词语吧>英语词典>class list翻译和用法

class list

英 [klɑːs lɪst]

美 [klæs lɪst]

网络  类列表; 班级名单

英英释义

noun

  • a list issued by examiners that categorizes students according to the class of honours they achieved in their degree examinations
      Synonym:honours list

    双语例句

    • The presenter is expected to include material from papers outside of those assigned by the class reading list, such as looking up key papers from the cited references.
      希望报告者能追加课程中指定读物,譬如查阅参考资料中的关键论文。
    • For example, in a generic class List, do you really want to prevent the construction of a List?
      例如,在泛型类List中,您真的想要防止List的构造吗?
    • The number of students present should tally with the class list that you have been provided with.
      到课的学生人数应与提供给你的学生名单相符。
    • Schema update failed: class in aux-class list does not exist or is not an auxiliary class.
      架构更新失败:在辅助类别列表中的类别不存在或不是一个辅助类别。
    • This paper discusses the implementation of scanned geological image file digitalization with array template class and link list in VC++, which includes screen gathering of initialized data, dynamic storing and abstraction of data.
      讨论了在VC++环境下,用数组模板类和链表实现扫描的地质图像文件的数字化-包括初始数据的屏幕采集,数据的动态存储和提取。
    • Unable to fetch a value from the expected content class list.
      无法从所需内容类列表中获取值。
    • After that, you use the Commands class to get the list of commands.
      在此之后,使用Commands类获取命令列表。
    • The simplest of these ways would be to add the more interesting and applicable classes to the class list, make them as race restrictive as need be, and be done with it.
      最简单的方法是在职业列表里增加更多有趣的可选职业,如果需要的话加上种族限制。
    • Because of erasure, List and List are the same class, and the compiler only generates one class when compiling List ( unlike in C++).
      因为可以擦除功能,所以List和List是同一个类,编译器在编译List时只生成一个类(和C++不同)。
    • D automatically implements those interfaces via B.If you restate the interfaces in D's base class list then the C# compiler will do an interface reimplementation.
      D通过B也就自动实现了那些接口。如果你在D的基类列表中显式声明了这些接口的话,那么C编译器将会做一次接口重新实现。